
<style>
* {box-sizing: border-box;}

/* LEAGUE DROP DOWN STYLE */

.dropbtn-events {
	background-color: transparent;
    color: #e3e3e3;
    border: 1px solid #e3e3e3;
    cursor: pointer;
    align-items: center;
    width: auto;
    font-size: 10px;
    border-radius: 10px;
}

.League-Events {
	position: relative;
    display: list-item;
}

.League-Events-content {
	height: auto;
    width: 100%;
    max-width: 1024px;
    margin: 8px auto 4px auto;
    display: none;
    position: relative;
    background: rgba(60, 60, 59, 0.5);
	border-top: 8px solid grey;
	border-bottom: 8px solid grey;
	border-radius: 10px;
}

.League-Events-content a {
	padding: 0px 0px 5px 0px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #6d6d6c;
	background: rgba(60, 60, 59, 0.9)
}

.League-Events-content a:hover {
	background: rgba(76, 76, 75, 0.9)
}

.show {display: block;}

.drop-icon {
	color: #e3e3e3;
	text-decoration: none;
	margin-left: 5px;
}

.events-in-icon {
	font-size: 14px;
	margin: 0px 5px 0px 0px;
}

.dropbtn-close {
	position: fixed;
    top: 5px;
    right: 15px;
    font-size: 20px;
    color: #e3e3e3;
	cursor: pointer;
}
  
</style>

